Class TelnetClientProcessImpl

All Implemented Interfaces:
IPCObject, Process, TelnetClientProcess

public class TelnetClientProcessImpl extends ProcessImpl implements TelnetClientProcess
Information provided by the PKI file:

    \class TelnetClientProcess
    
    \brief TelnetClientProcess handles and manipulates the Telnet client.
    
    \example network().getDevice("Router0").getVtyLine(0).getTelnetClientAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getDestination

      public IPAddress getDestination()
      Information provided by the PKI file:
      
          \brief Returns the destination IP address.
          
          \param ip, the destination IP address.
          
              
      Specified by:
      getDestination in interface TelnetClientProcess
      Returns:
      IPAddress Returns a IPAddress
    • disconnect

      public void disconnect()
      Information provided by the PKI file:
      
          \brief Disconnects the telnet connection.
          
              
      Specified by:
      disconnect in interface TelnetClientProcess